home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / viewers / edtview.lha / EDTView.doc < prev    next >
Text File  |  1993-09-11  |  3KB  |  102 lines

  1. Document  $VER: EDTViewDocumentation 0.5 (10.09.93) Colin Bell
  2.  
  3.  
  4. 1. About EDTView
  5. ----------------
  6.  
  7. EDTView 0.5 is a small and simple IFF, GIF, PCX, BMP, JPG Viewer.
  8.  
  9. It is also a simple image conversion tool. It will save images in
  10. IFF ILBM format so you can load in a GIF & save it as an IFF.
  11.  
  12. It also allows you to change the images built in screenmode before 
  13. saving so you could for example change a picture from PAL:High Res
  14. to SUPER72:Low Res. Sometimes the datatypes give wrong screenmodes
  15. when they load in files (EG. the JPG datatype) so you can adjust this
  16. before you save it.
  17.  
  18. 2. Why bother?
  19. --------------
  20.  
  21. Good question. There are MANY fine image conversion packages available for the
  22. Amiga & I do not intend to compete with them. 8-) This just started out as a
  23. programming exercise to see how easily I could write an IFF viewer using the E
  24. programming language. A few days later, and here it is. 
  25.  
  26.  
  27. 3. Usage
  28. --------
  29.  
  30. Simply type edtview from the CLI or click on its icon from workbench.
  31. A file requester will open asking you to select a file to load.
  32. If the file is recognised, edtview will print out some details of the file &
  33. then open up a screen & display the file. Heres the tricky bit. The options
  34. are available via pull down menus but depending on the color scheme of the
  35. file you are viewing you may not be able to see them properly. They are:
  36.  
  37. 3.1. ABOUT__Shortcut_RightAmiga-A
  38. ----------------------------------
  39. This displays information about the 
  40. picture file & the author information.
  41.  
  42. 3.2. MODE___Shortcut_RightAmiga-M
  43. ----------------------------------
  44.  
  45. This pops a screenmode requester up 
  46. allowing you to change the screenmode.
  47.  
  48. 3.3. SAVE___Shortcut_RightAmiga-S
  49. ----------------------------------
  50. Save the picture as IFF-ILBM. 
  51. A file requester will prompt you for a filename
  52.  
  53. 3.4. QUIT___Shortcut_RightAmiga-Q
  54. ----------------------------------
  55.  
  56. Quit this fine program.
  57.  
  58. 4. What's a datatype?
  59. ---------------------
  60.  
  61. A datatype is something CBM added in KS 3.0. One of the best things they ever
  62. did. Datatypes provide transparent data conversion to programmers. So
  63. basically, all you have to do is write a picture viewer that handles a
  64. standard IFF (but even easier than that) file & leave the rest up to
  65. someone else. As long as a datatype exists for that file format, the
  66. conversion is done for you. So far there are PD GIF,JPG,PCX,and BMP
  67. picture datatypes available as well as the ILBM datatype supplied by
  68. CBM. There is also Animation datatypes in WB3.1.
  69.  
  70.  
  71. 5. Look at the handle !!
  72. ------------------------
  73.  
  74. Check out the size of my executable. 
  75.  
  76. No, your eyes aren't deceiving you. 
  77.  
  78. This Image Converter/Viewer comes in at a low 6508 bytes long!!!
  79.  
  80.  
  81.  
  82. 6. Contact
  83. ----------
  84.  
  85. If you have any questions or queries, contact me at.
  86.  
  87.     Colin Bell
  88.     P.O. Box 1058
  89.      Bondi Junction
  90.     NSW 2022
  91.     Australia.
  92.  
  93.     OR:    Fidonet  3:714/909.4
  94.  
  95. 7. Boring.
  96. ---------    
  97.  
  98.  THIS PROGRAM IS COPYRIGHT 1993 COLIN BELL. 
  99.  THIS PROGRAM MAY NOT BE SOLD OR USED IN ANY PD COLLECTION
  100.  THIS PROGRAM CARRIES NO WARRANTIES WHATSOEVER. USE AT YOUR OWN RISK.
  101.  
  102.  AMIGA IS A TRADEMARK OF Commodore Business Machines Inc.